All Questions
4 questions
0votes
2answers
300views
Predicting the likelihood that a prediction from a linear regression model is accurate
So to set up the problem: I have a data set that had labeled data like colour, brand and quality as independent variables and the dependent is RRP (price). I have made a linear regression model using ...
0votes
1answer
418views
How to use a multiple linear regression model built from normalized data
I built a linear multivariable regression model from normalized data (for the interval [0; 1]). Initially, the data was not normalized, I normalized the data by myself (independent and dependent ...
0votes
1answer
986views
Include time as a variable in regression model
I am currently working on a regression problem which requires me to predict the costs of a fixed asset. I have used several variables to do so and derived a predicted cost. However, my superior has ...
3votes
2answers
10kviews
Sales prediction of an Item
So, I've been trying to implement my first algorithm to predict the (sales/month) of a single product, I've been using linear regression since that was what were recommended to me. I'm using data ...